Upload API specification for a tool

put/tool/{toolName}/apispec

This endpoint allows for uploading the API specification of a tool in YAML format.

Request
path Parameters
toolName
required
string

Name of the tool

Request Body schema: multipart/form-data
required
file
string <binary>

API specification file in YAML format.

Responses
200

OK

Response Schema: application/json
message
string

Message detailing the outcome of the operation.

400

Bad Request

401

Not Authorized

Request samples
Response samples
application/json
{
  • "message": "string"
}